home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / bbs / wwbbs31_source.lha / WWBBS / RxSrc / smakefile < prev    next >
Encoding:
Makefile  |  1995-01-07  |  2.1 KB  |  56 lines

  1. /bbsrx: rx.o rx_lib.o abberexx.o system.o email.o msgbase.o msgbase_areas.o msgbase_read.o msgbase_write.o filebase.o filebase_areas.o filebase_files.o filebase_action.o filebase_tag.o filebase_xfer.o filebase_sysop.o simplerexx.o rx.h LIB:wwbbs.lib
  2.     slink from lib:cres.o rx.o rx_lib.o abberexx.o system.o email.o msgbase.o msgbase_areas.o msgbase_read.o msgbase_write.o filebase.o filebase_areas.o filebase_files.o filebase_action.o filebase_tag.o filebase_xfer.o filebase_sysop.o simplerexx.o to /BBSRx lib lib:sc.lib lib:scm.lib lib:amiga.lib lib:wwbbs.lib SMALLCODE SMALLDATA STRIPDEBUG NOICONS
  3.     Resident WWBBS:BBSRx REMOVE
  4.     Resident WWBBS:BBSRx
  5.  
  6. rx.o: rx.c rx.h INCLUDE:libraries/wwbbs.h
  7.     sc rx
  8.  
  9. rx_lib.o: rx_lib.c rx.h INCLUDE:libraries/wwbbs.h
  10.     sc noextdef rx_lib
  11.  
  12. abberexx.o: abberexx.c rx.h INCLUDE:libraries/wwbbs.h
  13.     sc noextdef abberexx
  14.  
  15. system.o: system.c rx.h INCLUDE:libraries/wwbbs.h
  16.     sc noextdef system
  17.  
  18. email.o: email.c rx.h email.h INCLUDE:libraries/wwbbs.h
  19.     sc noextdef email
  20.  
  21. msgbase.o: msgbase.c rx.h msgbase.h INCLUDE:libraries/wwbbs.h
  22.     sc noextdef msgbase
  23.  
  24. msgbase_areas.o: msgbase_areas.c rx.h msgbase.h INCLUDE:libraries/wwbbs.h
  25.     sc noextdef msgbase_areas
  26.  
  27. msgbase_read.o: msgbase_read.c rx.h msgbase.h INCLUDE:libraries/wwbbs.h
  28.     sc noextdef msgbase_read
  29.  
  30. msgbase_write.o: msgbase_write.c rx.h msgbase.h INCLUDE:libraries/wwbbs.h
  31.     sc noextdef msgbase_write
  32.  
  33. filebase.o: filebase.c rx.h filebase.h INCLUDE:libraries/wwbbs.h
  34.     sc noextdef filebase
  35.  
  36. filebase_areas.o: filebase_areas.c rx.h filebase.h INCLUDE:libraries/wwbbs.h
  37.     sc noextdef filebase_areas
  38.  
  39. filebase_files.o: filebase_files.c rx.h filebase.h INCLUDE:libraries/wwbbs.h
  40.     sc noextdef filebase_files
  41.  
  42. filebase_action.o: filebase_action.c rx.h filebase.h INCLUDE:libraries/wwbbs.h
  43.     sc noextdef filebase_action
  44.  
  45. filebase_tag.o: filebase_tag.c rx.h filebase.h INCLUDE:libraries/wwbbs.h
  46.     sc noextdef filebase_tag
  47.  
  48. filebase_xfer.o: filebase_xfer.c rx.h filebase.h INCLUDE:libraries/wwbbs.h
  49.     sc noextdef filebase_xfer
  50.  
  51. filebase_sysop.o: filebase_sysop.c rx.h filebase.h INCLUDE:libraries/wwbbs.h
  52.     sc noextdef filebase_sysop
  53.  
  54. simplerexx.o: simplerexx.c simplerexx.h INCLUDE:libraries/wwbbs.h
  55.     sc simplerexx
  56.